Class org.omg.CORBA.InterfaceDescriptionHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.InterfaceDescriptionHelper

java.lang.Object
   |
   +----org.omg.CORBA.InterfaceDescriptionHelper

public final class InterfaceDescriptionHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, InterfaceDescription)
 o extract(Any)
 o id()
 o insert(Any, InterfaceDescription)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             InterfaceDescription that)
 o __read
  public static InterfaceDescription __read(InputStream in)
 o extract
  public static InterfaceDescription extract(Any a)
 o insert
  public static void insert(Any a,
                            InterfaceDescription that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index